MATADD

Syntax: MATADD sum,matrix1,matrix2
Location: Math package

The command MATADD adds the two matrices contained in the arrays matrix1 and matrix2, setting the result in the array sum.

The parameters, matrix1, matrix2 and sum, must all be arrays of the same dimensions, the same size and the  same type. They can be of any number type, viz. floating point or integer (% suffix), but not string.
